[INFO] cloning repository https://github.com/LokyinZHAO/blob-store
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LokyinZHAO/blob-store" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLokyinZHAO%2Fblob-store", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLokyinZHAO%2Fblob-store'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ff6dfe9f371dee5189987548d2e02f5851e25fe2
[INFO] fixing LokyinZHAO/blob-store against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLokyinZHAO%2Fblob-store" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/LokyinZHAO/blob-store
[INFO] finished tweaking git repo https://github.com/LokyinZHAO/blob-store
[INFO] tweaked toml for git repo https://github.com/LokyinZHAO/blob-store written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LokyinZHAO/blob-store on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/LokyinZHAO/blob-store already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cxxbridge-macro v1.0.124
[INFO] [stderr]   Downloaded cxxbridge-flags v1.0.124
[INFO] [stderr]   Downloaded proc-macro2 v1.0.84
[INFO] [stderr]   Downloaded cc v1.0.98
[INFO] [stderr]   Downloaded cxx-build v1.0.124
[INFO] [stderr]   Downloaded cxx v1.0.124
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f1192fd2115ba2ed543a55f0a32f44bcd94c943eb73c183a3fd56cd95b6d5b95
[INFO] running `Command { std: "docker" "start" "f1192fd2115ba2ed543a55f0a32f44bcd94c943eb73c183a3fd56cd95b6d5b95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1192fd2115ba2ed543a55f0a32f44bcd94c943eb73c183a3fd56cd95b6d5b95" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1192fd2115ba2ed543a55f0a32f44bcd94c943eb73c183a3fd56cd95b6d5b95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1192fd2115ba2ed543a55f0a32f44bcd94c943eb73c183a3fd56cd95b6d5b95" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.84
[INFO] [stderr]    Compiling cc v1.0.98
[INFO] [stderr]    Compiling scratch v1.0.7
[INFO] [stderr]    Compiling unicode-width v0.1.13
[INFO] [stderr]    Compiling cxxbridge-flags v1.0.124
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]     Checking either v1.12.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking lru v0.12.3
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]     Checking crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling link-cplusplus v1.0.9
[INFO] [stderr]    Compiling cxx v1.0.124
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]    Compiling cxx-build v1.0.124
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling cxxbridge-macro v1.0.124
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]     Checking thiserror v1.0.61
[INFO] [stderr]    Compiling blob-store v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking serde v1.0.203
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking csv v1.3.0
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.07s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "f1192fd2115ba2ed543a55f0a32f44bcd94c943eb73c183a3fd56cd95b6d5b95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1192fd2115ba2ed543a55f0a32f44bcd94c943eb73c183a3fd56cd95b6d5b95", kill_on_drop: false }`
[INFO] [stdout] f1192fd2115ba2ed543a55f0a32f44bcd94c943eb73c183a3fd56cd95b6d5b95
